@import url(./layout.css);

/* ==========================================================================
   common part
========================================================================== */
.pic {
    overflow: hidden;
    position: relative;
    height: auto;
    cursor: pointer;
}

.bgimg {
    width: 100%;
}

.upimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.pic:hover .upimg {
    transform: scale(1.05);
}

/* 没有放大效果 */
.upimg2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* 居中对齐 */
.upimg3 {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all .5s;
}

.pic:hover .upimg3 {
    transform: translate(-50%, -50%) scale(1.05);
    -webkit-transform: translate(-50%, -50%) scale(1.05);
}







/* ==========================================================================
   part01
========================================================================== */
.part01 {
    /* position: relative;
    z-index: 9999;
    margin-top: -0.3rem; */
    padding: 1rem 0 .85rem;
    background: url(../images/index01.png) no-repeat;
    background-size: cover;
}

.part01 img {
    max-width: 100%;
}

.home_area {
    position: relative;
}

.home_title {
    font-size: .48rem;
    font-weight: bold;
    color: #0462B0;
}

.home_area::before {
    content: "";
    position: absolute;
    left: 0;
}

.part01 .home_area::before {
    background: url(../images/title01.png) no-repeat;
    background-size: contain;
    width: 6.64rem;
    height: .59rem;
    top: -80%;
}

.home_about {
    margin-top: .64rem;
    justify-content: space-between;
}

.ha_box {
    width: 100%;
}

.ha_msg {
    font-size: .18rem;
    font-weight: 400;
    color: #333333;
    line-height: .36rem;
}

.ha_msg p {
    margin-bottom: .45rem;
}

.tsgd_box {
    align-items: center;
}

.tsgd_circle {
    width: .59rem;
    height: .59rem;
    background: linear-gradient(90deg, #0462B0 0%, #004DAA 100%);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.tsgd_box:hover .tsgd_arrow {
    animation: move 0.5s forwards ease;
}

@keyframes move {
    49% {
        transform: translateX(100%);
        opacity: 0;
    }

    50% {
        transform: translateX(-100%);
        opacity: 0;
    }

    51% {
        opacity: 1;
    }

}

.tsgd_title {
    font-size: .18rem;
    font-weight: 400;
    color: #666666;
    position: relative;
    margin-left: .15rem;
}

.tsgd_title::before {
    content: "";
    position: absolute;
    height: .02rem;
    background: #939393;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.tsgd_box:hover .tsgd_title {
    color: #0462B0;
}

.ha_box:last-child {
    margin-top: .65rem;
}

.ha_list {
    margin-left: -.5rem;
    align-items: center;
}

.ha_list li {
    width: calc(25% - .5rem);
    margin-left: .5rem;
}

.ha_frame {
    align-items: center;
    flex-wrap: nowrap;
}

.ha_img {
    height: .64rem;
}

.ha_img img {
    max-height: 100%;
    max-width: initial;
}

.ha_area {
    margin-left: .2rem;
}

.ha_tips {
    font-size: .24rem;
    font-weight: bold;
    color: #2C3441;
    margin-bottom: .1rem;
    white-space: nowrap;
}

.ha_text {
    font-size: .16rem;
    font-weight: 400;
    color: #666666;
    line-height: .24rem;
}

@media only screen and (max-width: 1536px) {
    /* .ha_img {
        width: .4rem;
    } */


}

@media only screen and (max-width: 768px) {
    .ha_box {
        width: 100%;
    }

    .ha_box:first-child {
        margin-bottom: 20px;
    }

    .ha_list {
        margin-top: -40px;
    }

    .ha_list li {
        margin-top: 40px;
    }

    .ha_list li {
        width: calc(50% - .5rem);
        margin-left: .5rem;
    }
    
}

@media only screen and (max-width: 500px) {
    .ha_img {
        width: 40px;
    }

    .ha_box:last-child {
        margin-top: 40px;
    }

    .ha_list li {
        margin-top: 20px;
    }

}







/* ==========================================================================
   part02
========================================================================== */
.part02 {
    background: url(../images/index02.png) no-repeat;
    height: 7.84rem;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    box-sizing: border-box;
}

.part02 img {
    max-width: 100%;
}

.hs_area {
    margin: .55rem 0 .45rem;
}

.hs_title {
    font-size: .48rem;
    font-weight: bold;
    color: #0150AB;
    text-align: center;
}

.home_service {
    height: 100%;
    position: relative;
}

.hs_list {
    height: 100%;
}

.hs_list li {
    width: 14.28%;
    border-right: 1px solid rgba(255, 255, 255, .5);
    box-sizing: border-box;
    cursor: pointer;
    transition: all .3s;
}

.hs_list li:last-child {
    border-color: transparent;
}

.hs_box {
    height: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;

}

.hs_name {
    font-size: .24rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: .25rem;
}

.hs_line {
    width: .4rem;
    height: .02rem;
    background: #EFECEB;
    margin: .3rem 0;
}

.hs_desc {
    font-size: .16rem;
    font-weight: 300;
    color: #FFFFFF;
    line-height: .24rem;
    padding: 0 .25rem;
    text-align: center;
    opacity: 0;
    transform: translateY(100%);
    transition: all .5s;
    height: calc(.24rem * 5);
}

.hs_list li:hover {
    background: rgba(4, 98, 176, 0.8);
    transition: all .1s;
}

.hs_list li:hover .hs_desc {
    transform: translateY(0);
    opacity: 1;
}

@media only screen and (max-width: 1280px) {
    .part02 {
        height: 6.84rem;
        background-position: center;
    }

    .part02 img {
        max-width: 30%;
    }
}

@media only screen and (max-width: 768px) {
    .hs_box img {
        height: 50px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .hs_list li {
        width: 25%;
        padding-top: 50px;
        padding-bottom: 25px;
    }

    .hs_list li:nth-child(5),
    .hs_list li:nth-child(6),
    .hs_list li:nth-child(7) {
        padding-top: 25px;
    }

    .hs_box img {
        height: 35px;
    }

    .part02 {
        height: auto;
    }

    .hs_desc {
        opacity: 1;
        transform: translateY(0);
    }

    .hs_list li:last-child {
        border-color: rgba(255, 255, 255, .5);
    }
}










/* ==========================================================================
   part03
========================================================================== */
.part03 {
    padding: 1rem 0 .85rem;
    background: url(../images/index03.png) no-repeat;
    background-size: cover;
}

.part03 .home_area::before {
    background: url(../images/title02.png) no-repeat;
    background-size: contain;
    width: 6.64rem;
    height: .41rem;
    top: -40%;
}

.home_frame {
    justify-content: space-between;
    align-items: center;
}

.engineering_ckqb {
    font-size: .16rem;
    font-weight: 400;
    color: #666666;
}

.home_tips {
    font-size: .3rem;
    font-weight: 400;
    color: #333333;
    margin: .25rem 0 .65rem;
}

.he_name {
    font-size: .18rem;
    font-weight: 400;
    color: #333333;
    padding-left: .36rem;
    padding-top: .29rem;
}

.he_box {
    margin-bottom: 1rem;
}

.mySwiper .swiper-pagination-bullet {
    width: .1rem;
    height: .1rem;
    line-height: .1rem;
    background: #0462B0;
    text-align: center;
    opacity: 1;
    font-size: .18rem;
    font-weight: 400;
    color: transparent;
    position: relative;
    transition: all .3s;
    position: relative;
}

.mySwiper .swiper-pagination-bullet-active {
    width: 48px;
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
    text-align: center;
    background-color: transparent;
    color: #0462B0;
}

.swiper-pagination svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    fill: none;
    transform: rotate(-90deg);
    z-index: 10;
}

.mySwiper .swiper-pagination-bullet-active .outerRing {
    stroke-width: 2px;
    stroke: #fff;
}

.mySwiper .swiper-pagination-bullet-active .circle {
    stroke-width: 2px;
    stroke: #0462B0;
    stroke-dasharray: var(--l);
    stroke-dashoffset: var(--l);
    animation: stroke 5.3s forwards infinite;
}

@keyframes stroke {

    from {
        stroke-dashoffset: var(--l);
    }

    to {
        stroke-dashoffset: 0;
    }

}

@media only screen and (max-width: 768px) {
    .mySwiper .swiper-pagination-bullet-active {
        width: 26px;
        height: 26px;
        line-height: 26px;
    }

    .part03 {
        padding: 1rem 0 10px;
    }
}









/* ==========================================================================
   part04
========================================================================== */
.part04 {
    padding: 1rem 0 .85rem;
    /* background: url(../images/index04.png) no-repeat;
    background-size: cover; */
    background: #e0e0e0;
}

.part04 .home_area {
    text-align: center;
}

.part04 .home_area::before {
    background: url(../images/title03.png) no-repeat;
    background-size: contain;
    width: 6.64rem;
    height: .52rem;
    top: -40%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.home_info {
    font-size: .18rem;
    font-weight: 300;
    color: #666666;
    margin: .39rem 0 .52rem;
}

.hp_title {
    font-size: .22rem;
    font-weight: 400;
    color: #FFFFFF;
    margin: .63rem 0;
    transition: all .3s;
}

.hp_list::-webkit-scrollbar {
    width: 3px;
}

.hp_list p {
    font-size: .16rem;
    font-weight: 300;
    color: #FFFFFF;
    line-height: .28rem;
}

.hp_cover {
    position: absolute;
    left: 0;
    top: calc(100% - 1.4rem);
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 .2rem;
    background: transparent;
    transition: all .6s;
}

.hp_box:hover .hp_cover {
    top: 0;
    background: linear-gradient(rgba(4, 98, 176, 0.8), rgba(255, 255, 255, 0)80%);
}

.hp_box:hover .hp_title {
    margin: .3rem 0 .3rem;
}

.hp_box {
    margin-bottom: .72rem;
}

.home_performance {
    position: relative;
    padding-left: 1.89rem;
}

.hp_main {
    max-width: 17.72rem;
    overflow: hidden;
}

.mySwiper2 .swiper-pagination-progressbar.swiper-pagination-horizontal {
    bottom: 0 !important;
    top: auto;
}

.hp_prev,
.hp_next {
    width: .5rem !important;
    height: .5rem !important;
    background: #0462B0 !important;
    border-radius: 50% !important;
    bottom: -0.23rem !important;
    top: auto !important;
}

.home_performance .swiper-button-next:after,
.home_performance .swiper-button-prev:after {
    display: none !important;
}

.hp_prev {
    left: 3.09rem !important;
}

.hp_next {
    right: 2.08rem !important;
}

.home_performance .swiper-button-next.swiper-button-disabled,
.home_performance .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.home_performance .swiper-pagination-progressbar {
    background: transparent !important;
}

.home_performance::before {
    content: "";
    background: rgb(123, 123, 123, 0.2);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 1px;
    left: 0;
}

.hp_list2 {
    margin-left: -0.24rem;
}

.hp_item {
    margin-left: .24rem;
    width: calc(16.66% - .24rem);
}

.logoitem {
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: .1rem;
    height: 1.2rem;
    position: relative;
}

.logoitem img {
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.picMarquee-left {
    margin-top: .67rem;
}

@media only screen and (max-width: 1536px) {
    .hp_list {
        height: calc(.28rem * 4);
        overflow-y: auto;
        overflow-x: hidden;
    }

}

@media only screen and (max-width: 768px) {
    .hp_main {
        position: static;
        padding: 0 20px;
    }

    .hp_prev {
        left: 2.08rem !important;
    }

    .hp_item {
        width: 200px !important;
        margin-left: 20px;
    }

    .home_performance {
        padding-left: 0;
    }
}

@media only screen and (max-width: 500px) {
    .hp_item {
        width: 120px !important;
    }
    .picMarquee-left {
        padding: 0;
    }
}











/* ==========================================================================
   part05
========================================================================== */
.part05 {
    padding: 1.2rem 0;
    background: url(../images/index05.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.home_develop {
    align-items: flex-end;
    flex-wrap: nowrap;
}

.home_develop img {
    max-width: 100%;
}

/* .hd_title {
    font-size: .6rem;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 15px;
    text-indent: 15px;
    font-style: italic;
} */

.hd_small {
    flex: 1;
    font-size: .3rem;
    font-weight: 400;
    color: #FFFDFD;
    margin-left: .68rem;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.hd_list {
    margin-left: -.25rem;
    margin-top: 3.3rem;
}

.hd_list li {
    width: calc(25% - .25rem);
    margin-left: .25rem;
}

.hd_num {
    font-size: .24rem;
    font-weight: 600;
    color: #FFFFFF;
    white-space: nowrap;
}

.hd_tips {
    font-size: .22rem;
    font-weight: bold;
    color: #FFFDFD;
    margin-left: .1rem;
}

.hd_line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .5);
    margin: .2rem 0;
}

.hd_name {
    font-size: .16rem;
    line-height: .24rem;
    font-weight: 400;
    color: #FFFDFD;
    padding: 0 .2rem;
}

.hd_title {
    width: 4.65rem;
}

.hd_img {
    width: .28rem;
}

@media only screen and (max-width: 1280px) {
    .hd_small {
        font-size: .24rem;
    }

    .hd_num {
        font-size: .2rem;
    }

    .hd_tips {
        font-size: .19rem;
    }
}

@media only screen and (max-width: 768px) {
    .hd_list li {
        width: calc(50% - 0.25rem);
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 500px) {
    .home_develop {
        flex-direction: column;
    }

    .home_develop {
        align-items: flex-start;
    }

    .hd_small {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }

    .hd_list{
        margin-top: 2rem;
    }
}














/* ==========================================================================
   part06
========================================================================== */
.part06 {
    padding: 1rem 0 0.6rem;
    background-image: -moz-linear-gradient( 90deg, rgb(227,240,255) 0%, rgb(247,251,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(227,240,255) 0%, rgb(247,251,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(227,240,255) 0%, rgb(247,251,255) 100%);
}
 

.part06 .home_area {
    text-align: center;
}

.part06 .home_area::before {
    background: url(../images/title04.png) no-repeat;
    background-size: contain;
    width: 10rem;
    height: .52rem;
    top: -40%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.hn_list {
    margin-left: -.2rem;
    margin: .63rem 0;
}

.hn_list li {
    width: calc(33.33% - .2rem);
    margin-left: .2rem;
}

.hn_date {
    font-size: .18rem;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    left: .25rem;
    bottom: .2rem;
}

.hn_box {
    background: #fff;
    cursor: pointer;
    transition: all .3s;
}

.hn_box .pic::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(13, 69, 118, 0.3);
    z-index: 1;
}

.hn_area {
    padding: .25rem;
    box-sizing: border-box;
}

.hn_title {
    font-size: .24rem;
    font-weight: 500;
    color: #333333;
    line-height: .36rem;
    height: .72rem;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hn_info {
    font-size: .16rem;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: .28rem 0 .53rem;
}

.hn_line {
    width: 100%;
    height: 1px;
    background: #E3E3E3;
    position: relative;
}

.hn_line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #0462B0;
    transition: all .4s linear;
}

.hn_ckxq {
    display: inline-block;
    font-size: .16rem;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #414141;
    margin: .25rem 0 .1rem;
}

.hn_box:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.hn_box:hover .hn_line::before {
    width: 100%;
}

.hn_ljgd {
    width: 2.5rem;
    height: .5rem;
    background: linear-gradient(270deg, #0462B0 0%, #0159A2 100%);
    border-radius: .25rem;
    justify-content: center;
    align-items: center;
    font-size: .16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F8F8F8;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.hn_ljgd:hover {
    color: #F8F8F8;
}

.ljgd_img {
    margin-left: .4rem;
}

.hn_ljgd:before {
    content: '';
    display: block;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 50%);
    background-size: 210% 100%;
    background-position: right bottom;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 50px;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.hn_ljgd:hover:before {
    background-position: left bottom;
}


@media only screen and (max-width: 500px) {
    .hn_list li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .hn_list {
        margin-left: 0;
    }

    .hn_ljgd,
    .hn_ckxq,
    .hn_info {
        font-size: 12px;
    }

    .hn_info {
        margin: 10px 0;
    }

    .hn_box {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }
}













/* ==========================================================================
   footer
   ========================================================================== */
footer {
    font-size: .16rem;
    padding: .55rem 0 0 0;
    color: #fff;
    position: relative;
    background: url(../images/footer.png) center no-repeat;
    background-size: cover;
}

footer a {
    color: #fff;
}

footer a:hover {
    text-decoration: underline;
    color: #fff;
}

footer img {
    max-width: 100%;
}

.footer_box {
    align-items: center;
    justify-content: space-between;
    padding-bottom: 31px;
    border-bottom: 1px solid rgb(204, 204, 220, 0.8);
}

.footer_left {
    align-items: center;
}

.footer_txt {
    margin-left: .46rem;
}

.footer_right a:hover {
    text-decoration: none;
}

.footer_top .social-share .social-share-icon {
    background-color: #E6E6E7 !important;
    color: #0B2752 !important;
    border-color: #E6E6E7 !important;
}

.footer_top .social-share .social-share-icon:hover {
    background-color: #E6162D !important;
    color: #E6E6E7 !important;
    border-color: #E6162D !important;
}


.footer-nav {
    text-align: justify;
    border-bottom: 1px solid rgb(204, 204, 220, 0.8);
    padding: .65rem 0 .8rem;
}

.fn-col {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}

.footer-nav:after {
    content: "";
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.fn-col h3 {
    padding-bottom: .46rem;
    font-size: .18rem;
    position: relative;
}

.fn-col:first-child h3 {
    padding-bottom: 0;
}

.fn-col:first-child h3::before {
    width: 0;
    height: 0;
}

.fn-col h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: .24rem;
    width: .27rem;
    height: 1px;
    background: #949494;
}

.fn-col li {
    line-height: .36rem;
    font-size: .14rem;
}

.footer_company {
    font-size: .18rem;
    font-weight: 500;
    color: #FFFFFF;
    margin: .29rem 0 .17rem;
}

.fc_item {
    font-size: .14rem;
    font-weight: 300;
    color: #FFFFFF;
    line-height: .36rem;
    align-items: center;
}

.fc_item img {
    margin-right: .07rem;
}

.fn-ewm {
    width: 1.19rem;
}

.fn-ewm img {
    margin-bottom: 10px;
}

.ewm_title {
    font-size: .14rem;
    font-weight: 300;
    text-align: center;
}

.foothd {
    padding: .3rem 0 .4rem;
    text-transform: Uppercase;
    color: #fff;
    text-align: center;
    font-size: .16rem;
}

@media only screen and (max-width: 920px) {
    .footer_logo {
        max-width: 25%;
    }

    .footer_txt {
        max-width: 40%;
    }

    .fn-ewm {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    footer {
        padding: 0;
    }

    .footer_top,
    .footer_main {
        display: none;
    }
}